GtkShortcutScope

Describes where [class@Shortcut]s added to a [class@ShortcutController] get handled.

Values

ValueMeaning
LOCAL0

Shortcuts are handled inside the widget the controller belongs to.

MANAGED1

Shortcuts are handled by the first ancestor that is a [iface@ShortcutManager]

GLOBAL2

Shortcuts are handled by the root widget.

Meta